home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Bomber Bob.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  151 b   |  9 lines

  1. stop();
  2. score = 0;
  3. tabla._visible = 1;
  4. tabla.onEnterFrame = function()
  5. {
  6.    this.scor.text = score;
  7. };
  8. frame.duplicateMovieClip("frame1",102);
  9.